Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added size option for EKRatingSymbolsContainerView #266

Merged
merged 3 commits into from
Aug 31, 2020

Conversation

javikr
Copy link
Contributor

@javikr javikr commented Dec 19, 2019

Goals 🥅

Be able to set a custom size for the Rating Symbol Container View.

For example: if you want to show more than 5 stars in a row, now you can set the Rating Symbol Container View to 30 px (width and height).

Implementation Details ✏️

Just adding a size (CGSize) var in EKRatingItemContent and then updating the size in EKRatingSymbolsContainerView.

@codecov
Copy link

codecov bot commented Dec 19, 2019

Codecov Report

Merging #266 into master will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #266      +/-   ##
=========================================
- Coverage    1.60%   1.59%   -0.01%     
=========================================
  Files          96      96              
  Lines        5544    5564      +20     
=========================================
  Hits           89      89              
- Misses       5455    5475      +20     
Impacted Files Coverage Δ
...s/MessagesUtils/EKRatingSymbolsContainerView.swift 0.00% <0.00%> (ø)
Source/Model/EKProperty.swift 0.00% <0.00%> (ø)
Source/Infra/EKWindowProvider.swift 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7969815...504bfb2. Read the comment docs.

@huri000
Copy link
Owner

huri000 commented Aug 31, 2020

Thanks for your PR!

@huri000 huri000 merged commit ed10675 into huri000:master Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants